﻿@import url(https://fonts.googleapis.com/css?family=Lakki+Reddy);
@import url(https://fonts.googleapis.com/css?family=Dosis);

html,
body {
  height: 100%;
    font-size: 100%;
    color: #65676f;
  font-family: 'Dosis', sans-serif;
}
.escudo{
    float: left;
    padding: 30px;
    width: 70px;
    display: inline-flex;
    position: absolute;
}
.nombre{
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 24px 0 0 0;
    padding-left: 5px;
    width: 300px;
    position: absolute;
    left: 62px;
    bottom: 0;

}
.slogan{
    text-align: left;
    font-size: 0.8em;
    margin: 50px 0 0 0;
    color: #fff;
    padding-left: 5px;
    width: 300px;
    position: absolute;
    left: 62px;
    bottom: -17px;

}

.cover-image {
    background-position: top;
    background-size: 100%;
    background-color: #e5f3fe;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../img/bg-home2.png);
}

.cover-image iframe {
	width: 100%;
	height: 70vh;
 
}


.cover-image h1 {
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 4.2em;
    color: #ffffff;
    font-family: 'Lakki Reddy', cursive;
    z-index: 10;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
header {
  height: 50%;
  min-height: 70%;
  width: 100%;
  display: inline-block;
  position: relative;
}
header nav {
	position: absolute;
	z-index: 2;
	bottom: -5px;
	display: block;
	width: 98.5%;
	margin: 0px 9px 0px 9px;
	text-align: center;
	background-color: #065382;
}
header nav a {
  color: black;
  font-size: 1.1em;
  display: inline-block;
  margin: 10px 30px;
}
.content {
 background: white;
  padding: 10px 0px 0px 0px;
  width: 98.5%;
  margin:5px 9px 9px 9px;
  }
.wrap {
margin: 0px 50px 0px 50px;
}

/*Munu*/
#NavStrip {
  position: relative;
  display: block;
  list-style-type: none;
  margin:0;
  padding:0;
}

#NavStrip ul{
    text-align:center;
}
#NavStrip li {
    display: inline-block;
    list-style:none;
    color:white;
    font-size:150%;
}
#NavStrip li a {
    display:block;
    text-decoration:none;
    color:#ffffff;
	font-weight:bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#NavStrip li a:hover {color: #fff;text-shadow: -1px 1px 5px #65676f, 1px -1px 5px #65676f;
}

#NavStrip ul, li {padding:0px;}

#NavStrip label {display: none;}
#menu-toggle {
  display: none; /* hide the checkbox */}

@media all and (max-width: 700px) and (min-width: 0px) {
  #NavStrip {text-align:right;}
  #NavStrip label {display: block;height:50px;width:50px;line-height:50px;text-align:center;color:white;font-size:150%;background-color: #65676f; cursor:pointer;}
  #NavStrip #nav {display: none;}
  #NavStrip li {width: 100%;border:0px;}
  #menu-toggle:checked + #nav {display: block;}
  #NavStrip label:active #nav {display: none;}
}
/*Footer*/
.cd-footer {
	background: #007bff;
	font-size:14px;
  width: 100%;
  margin: 0 auto;
  text-align:center;
  color:#ffffff;
  padding: 10px 0px 40px 0px;
	line-height: 1.4em;
}
.cd-footer h2 {
    text-transform: uppercase;
    font-size: 1em;
	text-align:center;
}

.cd-footer a {
    color: #ffffff;
}
.img-101-footer {
	width:5%;
	}




/*Media para dispositivos*/



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Smartphones (portrait and landscape) ----------- */
	header {height: 20% ; min-height: 25%; }}


@media only screen 
and (max-width : 319px) {
/* Smartphones (landscape) ----------- */
}

@media only screen 
and (max-width : 320px) {
/* Smartphones (portrait) ----------- */	
	header {height: 20% ;min-height: 25%; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

/* iPads (portrait and landscape) ----------- */
	header {height: 45%;min-height: 52%;
}
}



